/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


#alfaway-logo-small{margin-top: 6%; margin-left: 3%; width: 130%; display: none;position: relative;top: 6px;}

#alfaway-logo-big {margin-top: 5%; margin-left: 8%; width: 80%;}

@media only screen and (max-width:992px) {
#alfaway-logo-big{display: none;}
#alfaway-logo-small{display: block;}

}


@media only screen and (max-width:768px) {
#alfaway-logo-big{display: block;width: 75%;margin:0 auto;position:relative;top:10px;text-align: center;}
#alfaway-logo-small{display: none;}

}


@media only screen and (max-width:575px) {
#alfaway-logo-big{display: block;width: 100%;margin:0 auto;position:relative;top:11px;text-align: center;}
#alfaway-logo-small{display: none;}

}

.mini-text {
    font-size: 11px;
    color: #8b8989;
}

.inp-cbx:checked + .cbx span:last-child {
    color: #B9B8C3;
    transition: all .3s ease;
}

.inp-cbx:checked + .cbx span:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all .6s ease;
}

.inp-cbx:checked + .cbx span:last-child:after {
    transition: all .3s ease;
}

.inp-cbx:checked + .cbx span svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span {
    border-color: #2489c5;
    background: #2489c5;
    animation: check .6s ease;
}

.security_box {
    border: 1px solid #c5c5c5;
    border-radius: 8px;
}

.user-cbx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
}

.user-cbx .promise-box {
    margin-bottom: 0;
}

promise-box {
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 20px;
}

.promise-box label {
    font-size: 18px;
    max-width: unset !important;
    width: auto !important;
}

.promise-box label {
    padding-left: 0;
    color: inherit;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
}

.cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.cbx span {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    transform: scale(1);
    border: 1px solid #B9B8C3;
    transition: all .2s ease;
}

.cbx span:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #2489c5;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition-delay: .2s;
}

.cbx span svg {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 4px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all .3s ease;
    transition-delay: .1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:last-child:after {
    content: "";
    position: relative;
    top: 8px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #B9B8C3;
    transform-origin: 0 0;
    transform: scaleX(0);
}

.autocomplete-suggestions {
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    background: white;
    position: absolute;
    z-index: 9999;
    width: 100%;
}

.autocomplete-suggestion {
    padding: 8px;
    cursor: pointer;
}

.autocomplete-suggestion:hover {
    background-color: #f0f0f0;
}